From a284a5a198d43858b753f0610a69ee640c69533f Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sat, 9 Feb 2013 23:24:58 +0000 Subject: [PATCH] FORCE should not be a PHONY target, it is a prerequisite of real targets. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4296 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 6c139e4cf..499642cb9 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -131,7 +131,7 @@ WEB=@DOCDIR@ # particularly important, e.g. gui. .PHONY: all clean tag more-clean check torture install install-debug leaktest - dep doc FORCE + dep doc release-sourcecheck release-tarball release-rpm cross-configure release-winbuild release-upload mac-upload release rpm mac-release -- 2.30.2